home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / zines / Happle / Happlev4 .sit / Happle v. 4 / Happle v. 4.rsrc / TEXT_132.txt < prev    next >
Text File  |  1998-08-04  |  2KB  |  44 lines

  1.         Oneclick Palette Making
  2.  
  3.  
  4. One Click Palatte Makeing 1
  5. by Sir Talonz‚Ñ¢     http://home.earthlink.net/~bditt/
  6.  
  7.  
  8. Ok, first off, most fools think One Click is only for losers on AOL.  It is not; in fact One Click is even better for the net! If you do not know what One Click is it is a cool utility.  I am not here to explain what the heck it is, just to tell you how to make a simple palatte.  You can find it at most Warez sites.
  9.  
  10.  
  11. Palatte Makeing 101 #1
  12. We are going to start off by makeing a simple bot for Ircle.  Just follow the steps and you'll be fine.  NOTE: What is inside of the ' is what you should type!
  13.  
  14. 1. Get a new palatte ready, name it, make a button.
  15. 2. Once you have done that go to the script part.
  16. 3. Now, this bot is going to scroll stuff in the chat area.
  17. 4. type on the first line 'variable a b c'
  18. 5. now type 'a= AskText "What is your name?"'
  19. 6. Next type 'b= AskText "What would you like to be scrolled?"'
  20. 7. now type 'c= AskText "How many timez scrolled?!"'
  21. 8. type 'repeat c'
  22. 9. NOw type 'type "‚Ä¢-‚Ä¢ YOUR PALATTES NAME HERE Scroller Activated! ‚Ä¢-‚Ä¢"'
  23. 10. type 'type "‚Ä¢-‚Ä¢-‚Ä¢ "b" ‚Ä¢-‚Ä¢-‚Ä¢"'
  24. 11. type 'end repeat'
  25.  
  26. Congrates now your done!  Below is what the final code should look like:
  27.  
  28. variable a b c
  29. a= AskText "What is your name?"
  30. b= AskText "What would you like to be scrolled?"
  31. c= AskText "How many timez scrolled?!"
  32. repeat c
  33.         type "‚Ä¢-‚Ä¢ YOUR PALATTES NAME HERE Scroller Activated! ‚Ä¢-‚Ä¢"
  34.         type "‚Ä¢-‚Ä¢-‚Ä¢ "b" ‚Ä¢-‚Ä¢-‚Ä¢"
  35. end repeat
  36.  
  37. I have included a started palatte for all of you newbies.  It has this on it, and next isssue, we will talk about how to make a mail bomber for Netscape!  All scripting questions can be sent to Sir Talonz‚Ñ¢ at bditt@earthlink.net.
  38.  
  39.  
  40.  
  41.  
  42.  
  43. Sir Talonz‚Ñ¢
  44.